932c9d42b9d45372116daa0078113f7505c61189,continuuity-test/src/main/java/com/continuuity/test/ReactorTestBase.java,ReactorTestBase,init,#,180

Before Change



  @BeforeClass
  public static void init() throws Exception {
    testAppDir = tmpFolder.newFolder();

    File appDir = new File(testAppDir, "app");
    File datasetDir = new File(testAppDir, "dataset");
    File tmpDir = new File(testAppDir, "tmp");

After Change



  @BeforeClass
  public static void init() throws Exception {
    File localDataDir = tmpFolder.newFolder();
    CConfiguration cConf = CConfiguration.create();

    cConf.set(Constants.Dataset.Manager.ADDRESS, "localhost");